From a73c9a9b250aef17fbb769b56969c91e8ee54cda Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sat, 12 Nov 2011 22:45:43 +0000 Subject: [PATCH] Prep tweaks for future Groundspeak changes. --- gpsbabel/defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 21fb3edc9..a8803723a 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -270,6 +270,8 @@ typedef struct { unsigned int terr:6; /* (likewise) */ status_type is_archived:2; status_type is_available:2; + status_type is_memberonly:2; + status_type has_customcoords:2; time_t exported; time_t last_found; char* placer; /* Placer name */ -- 2.30.2